Skip to content

Conversation

@cgalibern
Copy link
Contributor

Hi maintainers,
Just a quick doc fix about the DenyHandler provided example.

return context.JSON(http.StatusTooManyRequests, nil)
},
DenyHandler: func(context *echo.Context, identifier string) error {
DenyHandler: func(context echo.Context, identifier string, err error) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo.Context is missing *

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aldas thanks, I will recreate the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants